-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
GNUmakefile: debug build uudoc for faster build and CI #10496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
GNU testsuite comparison: |
|
we may want to keep symbols and debug info for CI, and remove them for the default path (public use) |
|
Does CI use GNU make for tests for uudoc?
|
CI uses make here to check makefile coreutils/.github/workflows/CICD.yml Line 303 in adf36f9
but builds its targets (including uudoc) using cargo in release mode coreutils/.github/workflows/CICD.yml Line 633 in adf36f9
coreutils/.github/workflows/CICD.yml Lines 849 to 851 in adf36f9
and expects coreutils/.github/workflows/CICD.yml Lines 886 to 896 in adf36f9
You might need to amend these areas to port uudoc to dev build. |
|
I think we can override definition of |
|
the CI script clearly adds the |
|
@oech3 sorry, you don't have to close existing PR :) |
|
This PR is low quality and potentially replaced by better solution. |
|
ok, thanks :) |
Workaround for #10492 .